home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / users / userid / userid.doc < prev   
Text File  |  1996-07-10  |  2KB  |  64 lines

  1.  
  2.  
  3. USERID.DOC
  4. ==========
  5.  
  6. This UDF() was written in Turbo-C for the purpose of assigning the full
  7. 3-part 3Com 3+ logon name to a Clipper string variable.
  8.  
  9.  
  10.  
  11. CALLING SYNTAX
  12. ==============
  13.  
  14.  Username = userid()
  15.  
  16.  
  17. That's all there is to calling the function!  
  18.  
  19. If the user is logged in, a string is returned in the form of 
  20. "First Last:Domain:Organization".
  21.  
  22. If the user is not logged in OR NetBios is not started OR the network adapter
  23. card is not installed, then the utility will search for a DOS environment
  24. variable UID and return the value. This allows you to develop and run 
  25. programs while off the network. If the UID variable is not found, then
  26. the return value is an empty string.
  27.  
  28.  
  29.  
  30. LINKING
  31. =======
  32. This utility makes use of Clipper's EXTEND system, thus you need to include
  33. EXTEND.LIB in the list of libraries to be linked. LINK v3.3, TLINK v1.0, and 
  34. Plink86 all have successfully linked this file.
  35.  
  36.  
  37.  
  38. TESTING
  39. =======
  40. Because I have limited access to networks and not a wide variety of 
  41. implementations, this utility may be version dependent. It works in my tests
  42. but I make no guarantee that it will work in all, and assume no responsibility
  43. for damages incurred.
  44.  
  45.  
  46.  
  47. _USERID.OBJ is submitted into the Public Domain by Bruce Hammerberg. If you
  48. copy this utility to another BBS or forum please provide the documentation.
  49. Source code can be provided for a small donation to my worthy cause!
  50.  
  51.  
  52.              Bruce Hammerberg
  53.      Post    1606a Maynard
  54.              Champaign, Il. 61821
  55.  
  56.      Phone   217-333-3113
  57.  
  58.      CIS     [72250,2653]
  59.  
  60.  
  61.  
  62. Turbo-C is a trademark of Borland International, 3Com 3+ is a trademark of 
  63. 3Com Inc, Clipper is trademark of Nantucket Inc.
  64.